24 references to IsNotNull
PresentationFramework (24)
System\Windows\Shell\WindowChrome.cs (2)
72
Assert.
IsNotNull
(window);
329
Assert.
IsNotNull
(bp.DependencyProperty);
System\Windows\Shell\WindowChromeWorker.cs (11)
77
Assert.
IsNotNull
(_window);
116
Assert.
IsNotNull
(w);
117
Assert.
IsNotNull
(cw);
126
Assert.
IsNotNull
(window);
151
Assert.
IsNotNull
(_hwndSource);
170
Assert.
IsNotNull
(_hwndSource);
281
Assert.
IsNotNull
(_chromeInfo);
282
Assert.
IsNotNull
(_window);
934
Assert.
IsNotNull
(_window);
1119
Assert.
IsNotNull
(_window);
1139
Assert.
IsNotNull
(_window);
System\Windows\Standard\Debug.cs (1)
44
IsNotNull
(argument);
System\Windows\Standard\ErrorCodes.cs (2)
416
Assert.
IsNotNull
(e);
443
Assert.
IsNotNull
(e);
System\Windows\Standard\MessageWindow.cs (1)
160
Assert.
IsNotNull
(hwndWrapper);
System\Windows\Standard\NativeMethods.cs (1)
1607
Assert.
IsNotNull
(_cp);
System\Windows\Standard\Utilities.cs (4)
224
Assert.
IsNotNull
(property);
225
Assert.
IsNotNull
(listener);
237
Assert.
IsNotNull
(property);
238
Assert.
IsNotNull
(listener);
System\Windows\Standard\Verify.cs (2)
274
Assert.
IsNotNull
(parameter);
275
Assert.
IsNotNull
(interfaceType);