Indicates whether the first responder in the given window is a text view associated with the receiver.
Original signature is '- (BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow *)window'
Available in Mac OS X v10.0 and later.


- window (NSWindow)
- The window whose first responder is tested.

YES if the first responder in window is a text view associated with the receiver; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)