7 references to GetValue
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (3)
102
Uri sourceUri = overrideSourceUri ?? (Uri)s_sourceBamlUriProperty.
GetValue
(args);
103
int elementLineNumber = (int)s_elementLineNumberProperty.
GetValue
(args);
104
int elementLinePosition = (int)s_elementLinePositionProperty.
GetValue
(args);
PresentationFramework (2)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (2)
395
return (TResult)p.
GetValue
(obj);
433
return (TResult)p.
GetValue
(null);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
772
return (bool)runningOnV4_5_Property.
GetValue
(null);
System.Xml (1)
System\Xml\Core\BinaryCompatibility.cs (1)
36
return (bool)property.
GetValue
(null);