6 references to IsSourceWindowNull
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
2344return _swh.IsSourceWindowNull; 7915Debug.Assert(IsSourceWindowNull != true, "IsSourceWindowNull cannot be true here"); 8041Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 8060Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 8095Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here"); 8119Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here");