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