6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2213return _swh.IsSourceWindowNull; 7362Debug.Assert(IsSourceWindowNull != true, "IsSourceWindowNull cannot be true here"); 7453Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 7463Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 7488Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here"); 7507Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here");