6 references to IsSourceWindowNull
PresentationFramework (6)
System\Windows\Window.cs (6)
2301
return _swh.
IsSourceWindowNull
;
7487
Debug.Assert(
IsSourceWindowNull
!= true, "IsSourceWindowNull cannot be true here");
7578
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
7588
Debug.Assert(
IsSourceWindowNull
== false , "Should only be invoked when we know Handle is non-null" );
7613
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");
7632
Debug.Assert(
IsSourceWindowNull
== false , "IsSourceWindowNull can't be true here");