7 references to ZIndexProperty
PresentationFramework (7)
System\Windows\Controls\Panel.cs (7)
49_zConsonant = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 884int zNew = (int)visualAdded.GetValue(ZIndexProperty); 926element.SetValue(ZIndexProperty, value); 938return ((int)element.GetValue(ZIndexProperty)); 996int zIndexDefaultValue = (int)ZIndexProperty.GetDefaultValue(DependencyObjectType); 1004consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1018? (int)_uiElementCollection[i].GetValue(ZIndexProperty)