8 references to LeftProperty
PresentationFramework (8)
System\Windows\Window.cs (8)
1030
return (double)GetValue(
LeftProperty
);
1046
SetValue(
LeftProperty
, value);
2700
CoerceValue(
LeftProperty
);
2856
CoerceValue(
LeftProperty
);
2939
CoerceValue(
LeftProperty
);
4615
SetValue(
LeftProperty
, restoreRect.Left);
4836
SetValue(
LeftProperty
, _actualLeft);
5283
CoerceValue(
LeftProperty
);