6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2273return _swh.IsSourceWindowNull; 7446Debug.Assert(IsSourceWindowNull != true, "IsSourceWindowNull cannot be true here"); 7537Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 7547Debug.Assert( IsSourceWindowNull == false , "Should only be invoked when we know Handle is non-null" ); 7572Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here"); 7591Debug.Assert( IsSourceWindowNull == false , "IsSourceWindowNull can't be true here");