3 references to IsDialogProperty
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
550element.SetValue(IsDialogProperty, value); 560return (bool)element.GetValue(IsDialogProperty);
PresentationFramework (1)
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
101if (MS.Internal.Helper.IsDefaultValue(AutomationProperties.IsDialogProperty, window))