24 references to IsNotNull
PresentationFramework (24)
System\Windows\Shell\WindowChrome.cs (2)
76
Assert.
IsNotNull
(window);
333
Assert.
IsNotNull
(bp.DependencyProperty);
System\Windows\Shell\WindowChromeWorker.cs (11)
83
Assert.
IsNotNull
(_window);
122
Assert.
IsNotNull
(w);
123
Assert.
IsNotNull
(cw);
132
Assert.
IsNotNull
(window);
157
Assert.
IsNotNull
(_hwndSource);
176
Assert.
IsNotNull
(_hwndSource);
287
Assert.
IsNotNull
(_chromeInfo);
288
Assert.
IsNotNull
(_window);
940
Assert.
IsNotNull
(_window);
1125
Assert.
IsNotNull
(_window);
1145
Assert.
IsNotNull
(_window);
System\Windows\Standard\Debug.cs (1)
49
IsNotNull
(argument);
System\Windows\Standard\ErrorCodes.cs (2)
417
Assert.
IsNotNull
(e);
444
Assert.
IsNotNull
(e);
System\Windows\Standard\MessageWindow.cs (1)
164
Assert.
IsNotNull
(hwndWrapper);
System\Windows\Standard\NativeMethods.cs (1)
1613
Assert.
IsNotNull
(_cp);
System\Windows\Standard\Utilities.cs (4)
234
Assert.
IsNotNull
(property);
235
Assert.
IsNotNull
(listener);
247
Assert.
IsNotNull
(property);
248
Assert.
IsNotNull
(listener);
System\Windows\Standard\Verify.cs (2)
277
Assert.
IsNotNull
(parameter);
278
Assert.
IsNotNull
(interfaceType);