7 references to ZIndexProperty
PresentationFramework (7)
System\Windows\Controls\Panel.cs (7)
42_zConsonant = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 877int zNew = (int)visualAdded.GetValue(ZIndexProperty); 919element.SetValue(ZIndexProperty, value); 931return ((int)element.GetValue(ZIndexProperty)); 989int zIndexDefaultValue = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 997consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1011? (int)_uiElementCollection[i].GetValue(ZIndexProperty)